public class GenericDocument<PageType,PagesCollectionType> : DocumentBase<PageType>, IDocument<PageType> where PageType: new(), Page where PagesCollectionType: new(), PagesCollection<PageType>
'Declaration Public Class GenericDocument (Of PageType As {New, Page}, PagesCollectionType As {New, PagesCollection(Of PageType)}) Inherits DocumentBase(Of PageType) Implements IDocument(Of PageType)
System.Object GrapeCity.ActiveReports.Core.Document.DocumentBase<PageType> GrapeCity.ActiveReports.Core.Document.GenericDocument<PageType,PagesCollectionType> GrapeCity.ActiveReports.Document.SectionDocument
GenericDocument<PageType,PagesCollectionType> Members GrapeCity.ActiveReports.Core.Document Namespace